home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
autofx
/
channel.ifx.pre
< prev
next >
Wrap
Text File
|
2004-08-03
|
475b
|
25 lines
/*
* Channel.ifx.pre
* Channel selection pre-script.
*
* by Steve Tibbett
*/
options results
Defaults=GetClip("ImpChannelParameters"arg(1));
if (Defaults="") then Defaults="1 1 1"
Parse Var Defaults R G Bl
Gadget.1 = 'X/40/23/Red?/'R
Gadget.2 = 'X/40/35/Green?/'G
Gadget.3 = 'X/40/47/Blue?/'Bl
ComplexRequest '"Channel Selection"' 3 Gadget 250 87
IF rc ~= 0 THEN return 10
Defaults=Result.1 Result.2 Result.3
call SetClip("ImpChannelParameters"arg(1), Defaults);